.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.ContactTop {
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  max-width: 90%;
  margin: 0 auto;
}

.Contactlogo img,
.CONTACT img {
  max-width: 100%;
  height: auto;
  display: block;
}


.Contactlogo {
  flex: 0 1 auto;
  max-width: 40%;
}






.Contact-text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: clamp(11px, 2vw, 14px);
  max-width: 750px;
  width: 90%;
  margin: 30px auto;
  overflow-wrap: break-word;
}


.Contact-text p {
  text-align: left;
}




@media (max-width: 767px) {
  .Contact-text {
    font-size: 11px;
  }
}





.btn {
  width: 100%;
  height: 40px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  margin: 50px auto 300px auto;
}



.btn-link {
  max-width: 450px;
  height: 50px;
  padding: 12px 50px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 767px) {
  .btn-link {
    max-width: 90%;
  }
}


.btn a {
  background-color: #f3db63;
  border: 1px solid #ceb849;
  border-radius: 35px;
}

.btn a:hover {
  background-color: #8e00b9;
  border: 1px solid #333;
  color: #fff;
}